\(\int \cos ^2(e+f x) (a+b \sec (e+f x))^m \, dx\) [793]

   Optimal result
   Rubi [N/A]
   Mathematica [N/A]
   Maple [N/A] (verified)
   Fricas [N/A]
   Sympy [N/A]
   Maxima [N/A]
   Giac [N/A]
   Mupad [N/A]

Optimal result

Integrand size = 21, antiderivative size = 21 \[ \int \cos ^2(e+f x) (a+b \sec (e+f x))^m \, dx=\text {Int}\left (\cos ^2(e+f x) (a+b \sec (e+f x))^m,x\right ) \]

[Out]

Unintegrable(cos(f*x+e)^2*(a+b*sec(f*x+e))^m,x)

Rubi [N/A]

Not integrable

Time = 0.04 (sec) , antiderivative size = 21, normalized size of antiderivative = 1.00, number of steps used = 0, number of rules used = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \[ \int \cos ^2(e+f x) (a+b \sec (e+f x))^m \, dx=\int \cos ^2(e+f x) (a+b \sec (e+f x))^m \, dx \]

[In]

Int[Cos[e + f*x]^2*(a + b*Sec[e + f*x])^m,x]

[Out]

Defer[Int][Cos[e + f*x]^2*(a + b*Sec[e + f*x])^m, x]

Rubi steps \begin{align*} \text {integral}& = \int \cos ^2(e+f x) (a+b \sec (e+f x))^m \, dx \\ \end{align*}

Mathematica [N/A]

Not integrable

Time = 14.32 (sec) , antiderivative size = 23, normalized size of antiderivative = 1.10 \[ \int \cos ^2(e+f x) (a+b \sec (e+f x))^m \, dx=\int \cos ^2(e+f x) (a+b \sec (e+f x))^m \, dx \]

[In]

Integrate[Cos[e + f*x]^2*(a + b*Sec[e + f*x])^m,x]

[Out]

Integrate[Cos[e + f*x]^2*(a + b*Sec[e + f*x])^m, x]

Maple [N/A] (verified)

Not integrable

Time = 1.68 (sec) , antiderivative size = 21, normalized size of antiderivative = 1.00

\[\int \cos \left (f x +e \right )^{2} \left (a +b \sec \left (f x +e \right )\right )^{m}d x\]

[In]

int(cos(f*x+e)^2*(a+b*sec(f*x+e))^m,x)

[Out]

int(cos(f*x+e)^2*(a+b*sec(f*x+e))^m,x)

Fricas [N/A]

Not integrable

Time = 0.28 (sec) , antiderivative size = 23, normalized size of antiderivative = 1.10 \[ \int \cos ^2(e+f x) (a+b \sec (e+f x))^m \, dx=\int { {\left (b \sec \left (f x + e\right ) + a\right )}^{m} \cos \left (f x + e\right )^{2} \,d x } \]

[In]

integrate(cos(f*x+e)^2*(a+b*sec(f*x+e))^m,x, algorithm="fricas")

[Out]

integral((b*sec(f*x + e) + a)^m*cos(f*x + e)^2, x)

Sympy [N/A]

Not integrable

Time = 37.77 (sec) , antiderivative size = 20, normalized size of antiderivative = 0.95 \[ \int \cos ^2(e+f x) (a+b \sec (e+f x))^m \, dx=\int \left (a + b \sec {\left (e + f x \right )}\right )^{m} \cos ^{2}{\left (e + f x \right )}\, dx \]

[In]

integrate(cos(f*x+e)**2*(a+b*sec(f*x+e))**m,x)

[Out]

Integral((a + b*sec(e + f*x))**m*cos(e + f*x)**2, x)

Maxima [N/A]

Not integrable

Time = 2.22 (sec) , antiderivative size = 23, normalized size of antiderivative = 1.10 \[ \int \cos ^2(e+f x) (a+b \sec (e+f x))^m \, dx=\int { {\left (b \sec \left (f x + e\right ) + a\right )}^{m} \cos \left (f x + e\right )^{2} \,d x } \]

[In]

integrate(cos(f*x+e)^2*(a+b*sec(f*x+e))^m,x, algorithm="maxima")

[Out]

integrate((b*sec(f*x + e) + a)^m*cos(f*x + e)^2, x)

Giac [N/A]

Not integrable

Time = 0.49 (sec) , antiderivative size = 23, normalized size of antiderivative = 1.10 \[ \int \cos ^2(e+f x) (a+b \sec (e+f x))^m \, dx=\int { {\left (b \sec \left (f x + e\right ) + a\right )}^{m} \cos \left (f x + e\right )^{2} \,d x } \]

[In]

integrate(cos(f*x+e)^2*(a+b*sec(f*x+e))^m,x, algorithm="giac")

[Out]

integrate((b*sec(f*x + e) + a)^m*cos(f*x + e)^2, x)

Mupad [N/A]

Not integrable

Time = 14.46 (sec) , antiderivative size = 25, normalized size of antiderivative = 1.19 \[ \int \cos ^2(e+f x) (a+b \sec (e+f x))^m \, dx=\int {\cos \left (e+f\,x\right )}^2\,{\left (a+\frac {b}{\cos \left (e+f\,x\right )}\right )}^m \,d x \]

[In]

int(cos(e + f*x)^2*(a + b/cos(e + f*x))^m,x)

[Out]

int(cos(e + f*x)^2*(a + b/cos(e + f*x))^m, x)